object SpecialBox: TSpecialBox Left = 389 Top = 206 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Special' ClientHeight = 174 ClientWidth = 277 Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] FormStyle = fsStayOnTop Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 16 object txt: TLabel Left = 0 Top = 70 Width = 276 Height = 16 Caption = 'Text' WordWrap = True end end